Php curl verbose

<?php
 
curl_setopt($f1, CURLOPT_VERBOSE, true);

Leave a Reply